-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added non-agent-specific docs on span compression #6438
Conversation
This pull request does not have a backport label. Could you fix it @beniwohli? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, the APM Server Reference and APM Overview are going away in 7.16 to make room for a new APM Guide book. This book will contain content from both the Server Reference and Overview that is relevant to the APM integration.
I hooked this page into the "features" bucket in the new APM Guide. Let me know if you think that's an okay place for this content to live.
docs/span-compression.asciidoc
Outdated
* Go | ||
* Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have docs to link to yet? I did a quick search in each agent's book and couldn't find anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good, I think we should also include the conditions that would make a span compressible, regardless of the compression strategy.
Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]>
@beniwohli can we help to get this PR out of Draft state or is it blocked by something? |
@simitt totally forgot that it is still in draft, thanks for the heads up. I'll give it a last read through this morning and set it to ready for review afterwards 👍 |
The references to the Go agent docs break because the feature is not released yet and hence only available in the |
@bmorelli25 could you help out on this issue please.
|
Pushed the fix and opened elastic/observability-docs#1285 to update my workaround when the next version of the Go Agent releases. |
Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 9ebd95e)
Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 9ebd95e)
Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 9ebd95e) Co-authored-by: Benjamin Wohlwend <[email protected]>
Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 9ebd95e) Co-authored-by: Benjamin Wohlwend <[email protected]>
Motivation/summary
The agent team felt that the span compression feature requires some documentation that is not agent specific. Similar to the sampling docs, it seems like the APM Server docs is the best place for this.
Checklist
For functional changes, consider:
How to test these changes
Related issues
elastic/apm#432
#5485